home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / forth-to-latex-pretty-print / F2L / C source / proto.c < prev   
Encoding:
Text File  |  1995-01-04  |  1.1 KB  |  41 lines  |  [TEXT/KAHL]

  1.  
  2. /* function prototypes for Forth2LaTeX 1.9c */
  3.  
  4. void addName(char *, long int);
  5. void helpScreen(void);
  6. int  up1(int);
  7. void Upper(char *);
  8. void Upper0(char *);
  9. void Insert(struct tree *, struct tree **);
  10. void Dispose(struct tree *);
  11. void ShowSwitches(void);
  12. int  Len(char *);
  13. void Header(void);
  14. void Append(char *,char *);
  15. void AppendCh(char *,int);
  16. int  Equal(char *,char *);
  17. void Copy(char *,char *,int,int);
  18. int  Same(char *,int,int,char *);
  19. int  Occurs(char *,int,char *);
  20. void Del(char *,int,int);
  21. void WriteTheString(FILE *,char *);
  22. int  ReadTheString(FILE *,char *);
  23. void strclr(char *);
  24. void StripSuffix(char *,char *);
  25. void GetProgramInfo(void);
  26. void CopyHeader(void);
  27. void HandleComment(int *,char *,char *);
  28. void HandleFunction(int *,char *,char *,long int *);
  29. void ProcessString(char *,char *,long int *);
  30. void MoreProcessString(char *,char *,long int);
  31. void Display(struct tree *);
  32. void WalkTree(struct tree *);
  33. void OutputIndex(void);
  34. void Convert(char *,long int *);
  35. void KillTree(struct tree *);
  36. void UpdateCount(char *,char *);
  37. void CommandFile(char *);
  38. void ConvertFile(char *);
  39. void Init(void);
  40. void setSwitches(char *);
  41.